Vcenter Vm Hardware NvmeAddressSpec

Vcenter Vm Hardware NvmeAddressSpec
Vcenter Vm Hardware NvmeAddressSpec

The Vcenter Vm Hardware NvmeAddressSpec schema contains information for specifying the address of a virtual device that is attached to a virtual NVMe adapter of a virtual machine.

This schema was added in vSphere API 7.0.0.1.

JSON Example
{
    "bus": 0,
    "unit": 0
}
integer As int64 As int64
bus
Required

Bus number of the adapter to which the device should be attached.

This property was added in vSphere API 7.0.0.1.

integer As int64 As int64
unit
Optional

Unit number of the device.

This property was added in vSphere API 7.0.0.1.

If missing or null, the server will choose an available unit number on the specified adapter. If there are no available connections on the adapter, the request will be rejected.